img#imgOne {
    min-height: 468px;
    width: 100%;
}

img#imgTwo {
    width: 100%;
}

.panel.img-box.firstPanel {
    min-height: 600px;
    border: 2px solid #0065bd;
}

.panel.img-box.secondPanel {
    min-height: 600px;
    border: 2px solid #0065bd;
}

h2#titleOne {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

h2#titleTwo {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
p.text-block {
    font-family: 'muli', sans-serif;
}
li {
    font-family: 'muli', sans-serif;
    color: #000;
}
h1.apprenticeship-title-one {
    margin-top: 3rem;
}
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) {
    img#imgOne {
        min-height: 340px;
        width: 100%;
    }

    .panel.img-box.firstPanel {
        min-height: 500px;
    }

    .panel.img-box.secondPanel {
        min-height: 500px;
    }
}

@media only screen and (max-width: 425px) {
    img#imgOne {
        min-height: 300px;
    }

    .panel.img-box.firstPanel {
        min-height: 450px;
    }

    .panel.img-box.secondPanel {
        min-height: 450px;
    }
}

@media only screen and (max-width: 320px) {
    img#imgOne {
        min-height: 225px;
    }

    .panel.img-box.firstPanel {
        min-height: 300px;
    }

    .panel.img-box.secondPanel {
        min-height: 300px;
    }
}